Remove debug spew
authorMatthias Clasen <mclasen@redhat.com>
Wed, 10 Jul 2013 00:06:23 +0000 (20:06 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 10 Jul 2013 00:06:23 +0000 (20:06 -0400)
testsuite/gtk/treeview.c

index 4d1972366fcecfc2e8e06703645baf58be3efac0..b39d9f6233f4b75cc1146a4e095b3ddebee74a6c 100644 (file)
@@ -159,7 +159,6 @@ test_row_separator_height_func (GtkTreeModel *model,
   path = gtk_tree_model_get_path (model, iter);
   if (gtk_tree_path_get_indices (path)[0] == 2)
     ret = TRUE;
-  g_print ("row %d separator %d\n", gtk_tree_path_get_indices (path)[0], ret);
   gtk_tree_path_free (path);
 
   return ret;